projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de90d5a
)
message dialog: Don't use headerbar
author
Matthias Clasen
<mclasen@redhat.com>
Fri, 17 Jan 2014 17:36:12 +0000
(12:36 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Fri, 17 Jan 2014 22:52:07 +0000
(17:52 -0500)
https://bugzilla.gnome.org/show_bug.cgi?id=720059
gtk/gtkmessagedialog.c
patch
|
blob
|
history
diff --git
a/gtk/gtkmessagedialog.c
b/gtk/gtkmessagedialog.c
index 3eddff6e3010a8f597219fb614f0f405e1352f2d..8bfa89b6c326e2f85cdcf30e60a44ff90878d166 100644
(file)
--- a/
gtk/gtkmessagedialog.c
+++ b/
gtk/gtkmessagedialog.c
@@
-549,6
+549,7
@@
gtk_message_dialog_new (GtkWindow *parent,
g_return_val_if_fail (parent == NULL || GTK_IS_WINDOW (parent), NULL);
widget = g_object_new (GTK_TYPE_MESSAGE_DIALOG,
+ "use-header-bar", FALSE,
"message-type", type,
"buttons", buttons,
NULL);